home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSMTPADVANCEDOPTIONS / TSMTPADVANCEDOPTIONS.txt
Text File  |  2004-10-12  |  9KB  |  387 lines

  1. object SMTPAdvancedOptions: TSMTPAdvancedOptions
  2.   Left = 170
  3.   Top = 114
  4.   HelpContext = 10051
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Mail Transmission (SMTP) Authentication'
  8.   ClientHeight = 409
  9.   ClientWidth = 381
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lCacheBIO: TLabel
  24.     Left = 192
  25.     Top = 284
  26.     Width = 37
  27.     Height = 13
  28.     Caption = 'Minutes'
  29.     Enabled = False
  30.     FocusControl = eCacheBIO
  31.   end
  32.   object BottomBevel: TBevel
  33.     Left = 8
  34.     Top = 334
  35.     Width = 365
  36.     Height = 9
  37.     Shape = bsBottomLine
  38.   end
  39.   object bOK: TButton
  40.     Left = 112
  41.     Top = 371
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 3
  48.   end
  49.   object bCancel: TButton
  50.     Left = 200
  51.     Top = 371
  52.     Width = 75
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 4
  58.   end
  59.   object cbPOPbeforeSMTP: TCheckBox
  60.     Left = 8
  61.     Top = 348
  62.     Width = 353
  63.     Height = 17
  64.     Caption = '&Use "POP before SMTP" authentication'
  65.     TabOrder = 2
  66.     OnClick = SetCheckers
  67.   end
  68.   object gbSMTPauth: TGroupBox
  69.     Left = 8
  70.     Top = 28
  71.     Width = 363
  72.     Height = 229
  73.     TabOrder = 1
  74.     object rbMailRetrievalSettings: TRadioButton
  75.       Left = 8
  76.       Top = 12
  77.       Width = 345
  78.       Height = 17
  79.       Caption = 'Use settings of Mail Retrieval'
  80.       TabOrder = 0
  81.       OnClick = SetCheckers
  82.     end
  83.     object rbSpecificSettings: TRadioButton
  84.       Left = 8
  85.       Top = 30
  86.       Width = 345
  87.       Height = 17
  88.       Caption = 'Use specific settings'
  89.       TabOrder = 1
  90.       OnClick = SetCheckers
  91.     end
  92.     object rbIKEY: TRadioButton
  93.       Left = 8
  94.       Top = 48
  95.       Width = 345
  96.       Height = 17
  97.       Caption = 'Store password on the token'
  98.       TabOrder = 2
  99.       OnClick = SetCheckers
  100.     end
  101.     object Notebook: TNotebook
  102.       Left = 2
  103.       Top = 66
  104.       Width = 354
  105.       Height = 154
  106.       PageIndex = 1
  107.       TabOrder = 3
  108.       object TPage
  109.         Left = 0
  110.         Top = 0
  111.         Caption = 'Default'
  112.         object lSpecPwd: TLabel
  113.           Left = 49
  114.           Top = 45
  115.           Width = 46
  116.           Height = 13
  117.           Alignment = taRightJustify
  118.           Caption = 'Pass&word'
  119.           FocusControl = eSpecPwd
  120.         end
  121.         object lSpecUser: TLabel
  122.           Left = 74
  123.           Top = 11
  124.           Width = 22
  125.           Height = 13
  126.           Alignment = taRightJustify
  127.           Caption = 'User'
  128.           FocusControl = eSpecUser
  129.         end
  130.         object eSpecPwd: TEdit
  131.           Left = 104
  132.           Top = 40
  133.           Width = 241
  134.           Height = 21
  135.           PasswordChar = '*'
  136.           TabOrder = 1
  137.         end
  138.         object cbSpecMD5: TCheckBox
  139.           Left = 7
  140.           Top = 72
  141.           Width = 339
  142.           Height = 17
  143.           Caption = 'Require secure (MD5) authentication'
  144.           TabOrder = 2
  145.         end
  146.         object eSpecUser: TEdit
  147.           Left = 104
  148.           Top = 8
  149.           Width = 241
  150.           Height = 21
  151.           TabOrder = 0
  152.         end
  153.       end
  154.       object TPage
  155.         Left = 0
  156.         Top = 0
  157.         Caption = 'pgIkey'
  158.         object lUserIKEY: TLabel
  159.           Left = 74
  160.           Top = 11
  161.           Width = 22
  162.           Height = 13
  163.           Alignment = taRightJustify
  164.           Caption = 'User'
  165.           FocusControl = eUserIKEY
  166.         end
  167.         object gbIkeyDevice: TGroupBox
  168.           Left = 8
  169.           Top = 36
  170.           Width = 217
  171.           Height = 115
  172.           Caption = 'Token to Use'
  173.           TabOrder = 1
  174.           object biKeyBrowse: TButton
  175.             Left = 112
  176.             Top = 80
  177.             Width = 97
  178.             Height = 25
  179.             Caption = 'Browse'
  180.             TabOrder = 1
  181.             OnClick = biKeyBrowseClick
  182.           end
  183.           object biKeyRefresh: TButton
  184.             Left = 8
  185.             Top = 80
  186.             Width = 97
  187.             Height = 25
  188.             Caption = 'Refresh'
  189.             TabOrder = 0
  190.             OnClick = biKeyRefreshClick
  191.           end
  192.           object nbCurIKey: TNotebook
  193.             Left = 2
  194.             Top = 15
  195.             Width = 213
  196.             Height = 64
  197.             Align = alTop
  198.             TabOrder = 2
  199.             object TPage
  200.               Left = 0
  201.               Top = 0
  202.               Caption = 'Default'
  203.               object lSN: TLabel
  204.                 Left = 2
  205.                 Top = 34
  206.                 Width = 64
  207.                 Height = 13
  208.                 Alignment = taRightJustify
  209.                 AutoSize = False
  210.                 Caption = 'S/N:'
  211.                 FocusControl = eiKeySerNum
  212.               end
  213.               object lName: TLabel
  214.                 Left = 2
  215.                 Top = 8
  216.                 Width = 64
  217.                 Height = 19
  218.                 Alignment = taRightJustify
  219.                 AutoSize = False
  220.                 Caption = 'Name:'
  221.                 FocusControl = eiKeyName
  222.               end
  223.               object eiKeySerNum: TEdit
  224.                 Left = 70
  225.                 Top = 34
  226.                 Width = 137
  227.                 Height = 21
  228.                 TabStop = False
  229.                 BorderStyle = bsNone
  230.                 ParentColor = True
  231.                 ReadOnly = True
  232.                 TabOrder = 1
  233.               end
  234.               object eiKeyName: TEdit
  235.                 Left = 70
  236.                 Top = 8
  237.                 Width = 137
  238.                 Height = 21
  239.                 TabStop = False
  240.                 BorderStyle = bsNone
  241.                 ParentColor = True
  242.                 ParentShowHint = False
  243.                 ReadOnly = True
  244.                 ShowHint = True
  245.                 TabOrder = 0
  246.               end
  247.             end
  248.             object TPage
  249.               Left = 0
  250.               Top = 0
  251.               Caption = 'pgNoIKey'
  252.               object lbNoIKey: TLabel
  253.                 Left = 16
  254.                 Top = 16
  255.                 Width = 130
  256.                 Height = 13
  257.                 Caption = 'No token currently selected'
  258.               end
  259.             end
  260.           end
  261.         end
  262.         object gbiKeyPwd: TGroupBox
  263.           Left = 232
  264.           Top = 36
  265.           Width = 121
  266.           Height = 117
  267.           Caption = 'Token Password'
  268.           TabOrder = 2
  269.           object biKeySetPwd: TButton
  270.             Left = 8
  271.             Top = 16
  272.             Width = 105
  273.             Height = 25
  274.             Caption = 'Set'
  275.             TabOrder = 0
  276.             OnClick = biKeySetPwdClick
  277.           end
  278.           object biKeyChangePwd: TButton
  279.             Left = 8
  280.             Top = 48
  281.             Width = 105
  282.             Height = 25
  283.             Caption = 'Change'
  284.             TabOrder = 1
  285.             OnClick = biKeyChangePwdClick
  286.           end
  287.           object biKeyRemovePwd: TButton
  288.             Left = 8
  289.             Top = 80
  290.             Width = 105
  291.             Height = 25
  292.             Caption = 'Remove'
  293.             TabOrder = 2
  294.             OnClick = biKeyRemovePwdClick
  295.           end
  296.         end
  297.         object eUserIKEY: TEdit
  298.           Left = 104
  299.           Top = 8
  300.           Width = 241
  301.           Height = 21
  302.           TabOrder = 0
  303.         end
  304.       end
  305.       object TPage
  306.         Left = 0
  307.         Top = 0
  308.         Caption = 'pgSame'
  309.         object cbMailRetrMD5: TCheckBox
  310.           Left = 7
  311.           Top = 12
  312.           Width = 339
  313.           Height = 17
  314.           Caption = 'Require secure (MD5) authentication'
  315.           TabOrder = 0
  316.         end
  317.       end
  318.     end
  319.   end
  320.   object cbSMTPAuth: TCheckBox
  321.     Left = 8
  322.     Top = 8
  323.     Width = 360
  324.     Height = 17
  325.     Caption = '&Perform SMTP Authentication (RFC 2554)'
  326.     TabOrder = 0
  327.     OnClick = SetCheckers
  328.   end
  329.   object bHelp: TButton
  330.     Left = 288
  331.     Top = 372
  332.     Width = 75
  333.     Height = 25
  334.     Caption = 'Help'
  335.     TabOrder = 5
  336.     OnClick = bHelpClick
  337.   end
  338.   object cbEnableBIO: TCheckBox
  339.     Left = 8
  340.     Top = 260
  341.     Width = 361
  342.     Height = 17
  343.     Caption = 'Enable Biometric Authentication (Requires TLS)'
  344.     Enabled = False
  345.     TabOrder = 6
  346.     OnClick = cbEnableBIOClick
  347.   end
  348.   object cbCacheBIO: TCheckBox
  349.     Left = 8
  350.     Top = 284
  351.     Width = 125
  352.     Height = 17
  353.     Caption = 'Cache it for'
  354.     Enabled = False
  355.     TabOrder = 7
  356.   end
  357.   object eCacheBIO: TXSpinEdit
  358.     Left = 136
  359.     Top = 280
  360.     Width = 49
  361.     Height = 21
  362.     Enabled = False
  363.     TabOrder = 8
  364.     Text = '5'
  365.     MinValue = 1
  366.     MaxValue = 9999
  367.     Value = 5
  368.     Step = 1
  369.   end
  370.   object cbBioReader: TComboBox
  371.     Left = 8
  372.     Top = 308
  373.     Width = 365
  374.     Height = 21
  375.     Style = csDropDownList
  376.     ItemHeight = 13
  377.     TabOrder = 9
  378.   end
  379.   object iKeyTimer: TTimer
  380.     Enabled = False
  381.     Interval = 10
  382.     OnTimer = iKeyTimerTimer
  383.     Left = 8
  384.     Top = 360
  385.   end
  386. end
  387.